home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC / src / ctlinl.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  821 b   |  32 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #include "stdafx.h"
  12.  
  13. #if !defined(_WIN32_WCE)
  14. #ifdef _AFXDLL
  15. #pragma comment(lib, "olepro32.lib")
  16. #endif
  17. #endif
  18.  
  19. #ifndef _AFX_ENABLE_INLINES
  20.  
  21. #ifdef AFXCTL_DEBUG_SEG
  22. #pragma code_seg(AFXCTL_DEBUG_SEG)
  23. #endif
  24.  
  25. static char _szAfxCtlInl[] = "afxctl.inl";
  26. #undef THIS_FILE
  27. #define THIS_FILE _szAfxCtlInl
  28. #define _AFXCTL_INLINE
  29. #include "afxctl.inl"
  30.  
  31. #endif //!_AFX_ENABLE_INLINES
  32.